projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e4995
)
widget: Remove gtk_widget_get_preferred_size mention from docs
author
Timm Bäder
<mail@baedert.org>
Sun, 22 Jan 2017 14:01:53 +0000
(15:01 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 22 Jan 2017 14:01:53 +0000
(15:01 +0100)
Mention gtk_widget_measure instead.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index eb234bc17e0b9e4b6d1e9786467a7769899f6c03..fb3b6f867ffdeb57a5e3b2accdd055fc55a48e4c 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-9692,7
+9692,7
@@
gtk_widget_set_size_request (GtkWidget *widget,
* @height indicates that that dimension has not been set explicitly
* and the natural requisition of the widget will be used instead. See
* gtk_widget_set_size_request(). To get the size a widget will
- * actually request, call gtk_widget_
get_preferred_siz
e() instead of
+ * actually request, call gtk_widget_
measur
e() instead of
* this function.
**/
void